1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
freebsd/sys/geom/label
Maxim Sobolev 8a4a44b5aa Check for g_read_data(9) errors properly:
o The only indication of error condition is NULL value returned by
  the function;

o value pointed to by error argument is undefined in the case when
  operation completes successfully.

Discussed with: phk
2005-11-30 19:24:51 +00:00
..
g_label_ext2fs.c Verify if we can actually read the data at given offset. 2005-08-23 18:55:38 +00:00
g_label_iso9660.c Check for g_read_data(9) errors properly: 2005-11-30 19:24:51 +00:00
g_label_msdosfs.c Check for g_read_data(9) errors properly: 2005-11-30 19:24:51 +00:00
g_label_ntfs.c We do nothing with returned error value, so just remove it. 2005-11-29 12:07:10 +00:00
g_label_reiserfs.c Verify if we can actually read the data at given offset. 2005-08-23 18:55:38 +00:00
g_label_ufs.c Check for g_read_data(9) errors properly: 2005-11-30 19:24:51 +00:00
g_label.c Add NTFS labeling function. 2005-08-26 11:35:10 +00:00
g_label.h Add NTFS labeling function. 2005-08-26 11:35:10 +00:00