Skip to content
Snippets Groups Projects
  1. Sep 17, 2012
    • Kenny Root's avatar
      Merge changes I98fc14e1,If334ba73 · fc6b1032
      Kenny Root authored
      * changes:
        Fix for segfault/jmp depends on unitialized variable
        Fix check_seapp segfault and undefined linking err
      fc6b1032
    • William Roberts's avatar
      Fix for segfault/jmp depends on unitialized variable · b3ab56c2
      William Roberts authored
      When realloc creates the first block of memory, it must
      be initialized to NULL for the following strcat functions
      to operate correctly.
      
      Change-Id: I98fc14e1b19de5aa205354d16e54445293430d8e
      b3ab56c2
    • William Roberts's avatar
      Fix check_seapp segfault and undefined linking err · a53ccf39
      William Roberts authored
      When LINK_SEPOL_STATIC was not defined, symbol
      log_warning was trying to be resolved by the linker.
      That symbol was not defined as it should have been
      log_warn and not log_warning.
      
      When a key would be validated in key_map_validate(), an
      unchecked key, like user, could cuase a segfault when
      the se_key was getting free'd no matter what at the end
      of the function, even if no se_key was alloc'd.
      
      Change-Id: If334ba7350e6d2ad1fa9bed142bb2fabe7caa057
      a53ccf39
    • Kenny Root's avatar
      Merge "Allow domain access to /dev/ion" · 9c08abbd
      Kenny Root authored
      9c08abbd
  2. Sep 13, 2012
  3. Sep 07, 2012
  4. Sep 06, 2012
  5. Sep 05, 2012
  6. Sep 04, 2012
  7. Aug 24, 2012
  8. Aug 20, 2012
    • rpcraig's avatar
      Add ppp/mtp policy. · d49f7e6e
      rpcraig authored
      Initial policy for Point-to-Point tunneling and
      tunneling manager services.
      d49f7e6e
  9. Aug 16, 2012
  10. Aug 15, 2012
  11. Aug 13, 2012
  12. Aug 10, 2012
  13. Aug 09, 2012
  14. Jul 31, 2012
  15. Jul 30, 2012
  16. Jul 27, 2012
Loading