Changeset 62829 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf
- Timestamp:
- Aug 1, 2016 4:23:00 PM (8 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/ctf_lib.c
r53657 r62829 115 115 { 116 116 off_t const offSaved = lseek(fd, 0, SEEK_CUR); 117 void *pvRet ;117 void *pvRet = NULL; 118 118 int err; 119 RT_NOREF2(fProt, fFlags); 119 120 120 121 Assert(pvAddr == NULL); NOREF(pvAddr); -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/ctf_subr.c
r53661 r62829 90 90 free(buf); 91 91 #else 92 RT_NOREF1(size); 92 93 RTMemFree(buf); 93 94 #endif
Note:
See TracChangeset
for help on using the changeset viewer.