]> git.proxmox.com Git - mirror_edk2.git/commit
Fix an issue that an assert occurrs if user inputs a password whose length is less...
authorrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Apr 2009 07:02:42 +0000 (07:02 +0000)
committerrsun3 <rsun3@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 16 Apr 2009 07:02:42 +0000 (07:02 +0000)
commit887c077d91a648a5e206cc19790878ebf521745e
tree30a28e435ab3e6edb1942f2ad1e7d86938ba9253
parentb2f5a3718b075ac8967d3c9c529fefe8b0d3ec3d
Fix an issue that an assert occurrs if user inputs a password whose length is less than the minimum required length. The root cause is that under such case the Form Browser will pass a null string (string ID = 0) to the Config Access callback. The callback handler does not handle such case correctly.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8103 6f19259b-4bc3-4df7-8a09-765794883524
EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ConfigAccess.c