Skip to content
Commit edf24cc3 authored by Matthew Barnes's avatar Matthew Barnes
Browse files

Bug 703991: Crash when using -fstack-protector-strong.

We were using g_object_get() to write an "unsigned int" value (at least
32 bits) into a 16-bit integer address.

Don't know why we were bothering with g_object_get() in the first place,
just call camel_network_settings_get_port() instead.
parent 8815dac4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment