Files
evolution/modules/mail-config
Matthew Barnes edf24cc3da 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.
2013-07-12 14:41:50 -04:00
..