Skip to content
  • Matthew Barnes's avatar
    Bug 703991: Crash when using -fstack-protector-strong. · edf24cc3
    Matthew Barnes authored
    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.
    edf24cc3