Skip to content
Snippets Groups Projects
  1. Oct 12, 2018
    • Corey Farrell's avatar
      main/astfd: Fix GCC8 format-truncation warning. · 675d8a46
      Corey Farrell authored
      The field used to store call arguments was not large enough to hold the
      arguments string that can be constructed for 'open'.  Expand it to
      prevent this warning/error.
      
      Change-Id: I514927f256481bc84df10a51b19d5b5fb1bc387e
      675d8a46
  2. Oct 10, 2018
  3. Oct 05, 2018
  4. Oct 04, 2018
  5. Oct 03, 2018
  6. Oct 02, 2018
    • Richard Mudgett's avatar
      res_statsd.c: Made use defaults if the statsd.conf file does not exist. · a69a50b6
      Richard Mudgett authored
      This module is an optional dependency of many modules.  If it declines to
      load it then forces other modules that can optionally use this module to
      also decline.
      
      * Made use default configuration if there is a config error or the config
      file does not exist.
      
      Change-Id: If1068a582ec54ab7fb437265cb5370a97a825737
      a69a50b6
    • Corey Farrell's avatar
      core: Disable astobj2 locking for some common objects. · cacbe325
      Corey Farrell authored
      * ACO options
      * Indications
      * Module loader ref_debug object
      * Media index info and variants
      * xmldoc items
      
      These allocation locations were identified using reflocks.py on the
      master branch.
      
      Change-Id: Ie999b9941760be3d1946cdb6e30cb85fd97504d8
      cacbe325
Loading