Skip to content
  • Zeeshan Ali Khan's avatar
    wifi,mozilla: Switch to strings on the stack · 3b7a7d2a
    Zeeshan Ali Khan authored
    Instead of allocating lots of small strings on the heap all the time,
    let's put them on the stack to avoid excessive use of memory.
    
    This patch also fixes the accidental breakage of string version of BSSID
    from c6a713a5 and
    b858035d which broke WiFi-geolocation
    completely even though they fixed buffer-overflows.
    3b7a7d2a