Skip to content
Snippets Groups Projects
Select Git revision
4 results

env_flash.c

Blame
  • Forked from Reform / reform-boundary-uboot
    Loading
    • Mike Frysinger's avatar
      2eb1573f
      hashtable: drop all non-reentrant versions · 2eb1573f
      Mike Frysinger authored
      
      The non-reentrant versions of the hashtable functions operate on a single
      shared hashtable.  So if two different people try using these funcs for
      two different purposes, they'll cause problems for the other.
      
      Avoid this by converting all existing hashtable consumers over to the
      reentrant versions and then punting the non-reentrant ones.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      2eb1573f
      History
      hashtable: drop all non-reentrant versions
      Mike Frysinger authored
      
      The non-reentrant versions of the hashtable functions operate on a single
      shared hashtable.  So if two different people try using these funcs for
      two different purposes, they'll cause problems for the other.
      
      Avoid this by converting all existing hashtable consumers over to the
      reentrant versions and then punting the non-reentrant ones.
      
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>