Initialize the size of vendor dbx as 0

The size of vendor dbx must be 0 if there is no vendor dbx provided
or the functions of db check will crash.
This commit is contained in:
Gary Ching-Pang Lin 2012-10-30 10:35:36 -04:00 committed by Peter Jones
parent 4049bc496f
commit ba00aadb45

2
dbx.S
View File

@ -28,5 +28,5 @@ vendor_dbx:
.type vendor_dbx_size, @object
.size vendor_dbx_size, 4
vendor_dbx_size:
.long 1
.long 0
#endif