Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 760116 Details for
Bug 829830
app-crypt/chntpw-140201 - ntreg.h: error: unknown type name int32_t
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-crypt:chntpw-140201:20211222-190339.log
app-crypt:chntpw-140201:20211222-190339.log (text/plain), 25.43 KB, created by
Toralf Förster
on 2021-12-22 19:21:29 UTC
(
hide
)
Description:
app-crypt:chntpw-140201:20211222-190339.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-12-22 19:21:29 UTC
Size:
25.43 KB
patch
obsolete
> * Package: app-crypt/chntpw-140201 > * Repository: gentoo > * Maintainer: marecki@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox > >>>> Unpacking source... >>>> Unpacking chntpw-source-140201.zip to /var/tmp/portage/app-crypt/chntpw-140201/work >>>> Source unpacked in /var/tmp/portage/app-crypt/chntpw-140201/work >>>> Preparing source in /var/tmp/portage/app-crypt/chntpw-140201/work/chntpw-140201 ... >make -j4 clean >rm -f *.o chntpw chntpw.static cpnt reged reged.static samusrgrp samusrgrp.static sampasswd sampasswd.static *~ >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-crypt/chntpw-140201/work/chntpw-140201 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-crypt/chntpw-140201/work/chntpw-140201 ... >make -j4 CC=x86_64-gentoo-linux-musl-gcc 'CFLAGS=-pipe -march=native -fno-diagnostics-color -O2 -DUSEOPENSSL -Wall' LIBS=-lcrypto >x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -DUSEOPENSSL -Wall chntpw.c >x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -DUSEOPENSSL -Wall ntreg.c >x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -DUSEOPENSSL -Wall edlib.c >x86_64-gentoo-linux-musl-gcc -c -pipe -march=native -fno-diagnostics-color -O2 -DUSEOPENSSL -Wall libsam.c >In file included from edlib.c:51: >ntreg.h:71:3: error: unknown type name 'int32_t' > 71 | int32_t id; /* 0x00000000 D-Word ID: ASCII-"regf" = 0x66676572 */ > | ^~~~~~~ >ntreg.h:72:3: error: unknown type name 'int32_t' > 72 | int32_t unknown1; /* 0x00000004 D-Word ???? Mount count */ > | ^~~~~~~ >ntreg.h:73:3: error: unknown type name 'int32_t' > 73 | int32_t unknown2; /* 0x00000008 D-Word ???? Always the same value as at 0x00000004 */ > | ^~~~~~~ >ntreg.h:75:3: error: unknown type name 'int32_t' > 75 | int32_t unknown3; /* 0x00000014 D-Word 1 */ > | ^~~~~~~ >ntreg.h:76:3: error: unknown type name 'int32_t' > 76 | int32_t unknown4; /* 0x00000018 D-Word 3 - probably version #. 2 in NT3.51 */ > | ^~~~~~~ >ntreg.h:77:3: error: unknown type name 'int32_t' > 77 | int32_t unknown5; /* 0x0000001C D-Word 0 */ > | ^~~~~~~ >ntreg.h:78:3: error: unknown type name 'int32_t' > 78 | int32_t unknown6; /* 0x00000020 D-Word 1 */ > | ^~~~~~~ >ntreg.h:79:3: error: unknown type name 'int32_t' > 79 | int32_t ofs_rootkey; /* 0x00000024 D-Word Offset of 1st key record */ > | ^~~~~~~ >ntreg.h:80:3: error: unknown type name 'int32_t' > 80 | int32_t filesize; /* 0x00000028 D-Word Offset of first non-used data at end of file */ > | ^~~~~~~ >ntreg.h:81:3: error: unknown type name 'int32_t' > 81 | int32_t unknown7; /* 0x0000002C D-Word 1 */ > | ^~~~~~~ >ntreg.h:83:3: error: unknown type name 'int32_t' > 83 | int32_t checksum; /* 0x000001FC D-Word Xor sum of all D-Words from 0x00000000 to 0x000001FB */ > | ^~~~~~~ >ntreg.h:92:3: error: unknown type name 'int32_t' > 92 | int32_t id; /* 0x0000 D-Word ID: ASCII-"hbin" = 0x6E696268 */ > | ^~~~~~~ >ntreg.h:93:3: error: unknown type name 'int32_t' > 93 | int32_t ofs_self; /* 0x0004 D-Word Offset to itself, could be for sanity check */ > | ^~~~~~~ >ntreg.h:94:3: error: unknown type name 'int32_t' > 94 | int32_t ofs_next; /* 0x0008 D-Word Relative offset to next hbin (practically length of this one) */ > | ^~~~~~~ >ntreg.h:96:3: error: unknown type name 'int32_t' > 96 | int32_t len_page; /* 0x001C D-Word Block-size??? Don't look like it. Most often zero. */ > | ^~~~~~~ >ntreg.h:98:3: error: unknown type name 'int32_t' > 98 | int32_t firstlink; /* 0x0020 First data block likage */ > | ^~~~~~~ >ntreg.h:125:3: error: unknown type name 'int32_t' > 125 | int32_t ofs_prevsk; /* 0x0004 D-Word Offset of previous "sk"-Record */ > | ^~~~~~~ >ntreg.h:126:3: error: unknown type name 'int32_t' > 126 | int32_t ofs_nextsk; /* 0x0008 D-Word Offset of next "sk"-Record */ > | ^~~~~~~ >ntreg.h:127:3: error: unknown type name 'int32_t' > 127 | int32_t no_usage; /* 0x000C D-Word usage-counter */ > | ^~~~~~~ >ntreg.h:128:3: error: unknown type name 'int32_t' > 128 | int32_t len_sk; /* 0x0010 D-Word Size of "sk"-record in bytes */ > | ^~~~~~~ >ntreg.h:149:7: error: unknown type name 'int32_t' > 149 | int32_t ofs_nk; /* 0x0000 D-Word Offset of corresponding "nk"-Record */ > | ^~~~~~~ >ntreg.h:157:7: error: unknown type name 'int32_t' > 157 | int32_t ofs_nk; /* 0x0000 D-Word Offset of corresponding "nk"-Record */ > | ^~~~~~~ >ntreg.h:158:7: error: unknown type name 'int32_t' > 158 | int32_t hash; /* 0x0004 D-Word ASCII: the first 4 characters of the key-name, */ > | ^~~~~~~ >ntreg.h:173:5: error: unknown type name 'int32_t' > 173 | int32_t ofs_nk; /* 0x0000 D-Word Offset of corresponding "nk"-Record */ > | ^~~~~~~ >ntreg.h:186:3: error: unknown type name 'int32_t' > 186 | int32_t ofs_data; /* 0x0000 D-Word Offset to list of data blocks */ > | ^~~~~~~ >ntreg.h:209:7: error: unknown type name 'int32_t' > 209 | int32_t ofs_li; /* 0x0000 D-Word Offset of corresponding "li"-Record */ > | ^~~~~~~ >ntreg.h:227:3: error: unknown type name 'int32_t' > 227 | int32_t len_data; /* 0x0004 D-Word length of the data */ > | ^~~~~~~ >ntreg.h:228:3: error: unknown type name 'int32_t' > 228 | int32_t ofs_data; /* 0x0008 D-Word Offset of Data */ > | ^~~~~~~ >ntreg.h:229:3: error: unknown type name 'int32_t' > 229 | int32_t val_type; /* 0x000C D-Word Type of value */ > | ^~~~~~~ >ntreg.h:252:3: error: unknown type name 'int32_t' > 252 | int32_t ofs_parent; /* 0x0010 D-Word Offset of Owner/Parent key */ > | ^~~~~~~ >ntreg.h:253:3: error: unknown type name 'int32_t' > 253 | int32_t no_subkeys; /* 0x0014 D-Word number of sub-Keys */ > | ^~~~~~~ >ntreg.h:254:3: error: unknown type name 'int32_t' > 254 | int32_t dummy1; > | ^~~~~~~ >ntreg.h:255:3: error: unknown type name 'int32_t' > 255 | int32_t ofs_lf; /* 0x001C D-Word Offset of the sub-key lf-Records */ > | ^~~~~~~ >ntreg.h:256:3: error: unknown type name 'int32_t' > 256 | int32_t dummy2; > | ^~~~~~~ >ntreg.h:257:3: error: unknown type name 'int32_t' > 257 | int32_t no_values; /* 0x0024 D-Word number of values */ > | ^~~~~~~ >ntreg.h:258:3: error: unknown type name 'int32_t' > 258 | int32_t ofs_vallist; /* 0x0028 D-Word Offset of the Value-List */ > | ^~~~~~~ >ntreg.h:259:3: error: unknown type name 'int32_t' > 259 | int32_t ofs_sk; /* 0x002C D-Word Offset of the sk-Record */ > | ^~~~~~~ >ntreg.h:260:3: error: unknown type name 'int32_t' > 260 | int32_t ofs_classnam; /* 0x0030 D-Word Offset of the Class-Name */ > | ^~~~~~~ >ntreg.h:261:3: error: unknown type name 'int32_t' > 261 | int32_t dummy3; /* 0x0034 unknown some of these may be used by vista */ > | ^~~~~~~ >ntreg.h:262:3: error: unknown type name 'int32_t' > 262 | int32_t dummy4; /* 0x0038 unknown and newer ?? */ > | ^~~~~~~ >ntreg.h:263:3: error: unknown type name 'int32_t' > 263 | int32_t dummy5; /* 0x003c unknown */ > | ^~~~~~~ >ntreg.h:264:3: error: unknown type name 'int32_t' > 264 | int32_t dummy6; /* 0x0040 unknown */ > | ^~~~~~~ >ntreg.h:265:3: error: unknown type name 'int32_t' > 265 | int32_t dummy7; /* 0x0044 unknown */ > | ^~~~~~~ >libsam.c: In function 'sam_put_grp_members_sid': >libsam.c:514:28: warning: passing argument 1 of 'hexdump' from incompatible pointer type [-Wincompatible-pointer-types] > 514 | if (gverbose) hexdump(&c->data, 0, c->len, 1); > | ^~~~~~~~ > | | > | int * >In file included from libsam.c:47: >ntreg.h:394:20: note: expected 'char *' but argument is of type 'int *' > 394 | void hexdump(char *hbuf, int start, int stop, int ascii); > | ~~~~~~^~~~ >libsam.c:531:56: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'void *' [-Wformat=] > 531 | if (gverbose) printf(" copying : %d len %x, at %x\n",i,sarray[i].len, sidptr); > | ~^ ~~~~~~ > | | | > | unsigned int void * > | %p >libsam.c:542:27: warning: passing argument 1 of 'hexdump' from incompatible pointer type [-Wincompatible-pointer-types] > 542 | if (gverbose) hexdump(&c->data, 0, c->len, 1); > | ^~~~~~~~ > | | > | int * >In file included from libsam.c:47: >ntreg.h:394:20: note: expected 'char *' but argument is of type 'int *' > 394 | void hexdump(char *hbuf, int start, int stop, int ascii); > | ~~~~~~^~~~ >make: *** [Makefile:66: edlib.o] Error 1 >make: *** Waiting for unfinished jobs.... >ntreg.c: In function 'parse_nk': >ntreg.c:542:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 542 | printf("%04x type = 0x%02x %s\n", D_OFFS(type) ,key->type, > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:544:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 544 | printf("%04x timestamp skipped\n", D_OFFS(timestamp) ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:545:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 545 | printf("%04x parent key offset = 0x%0x\n", D_OFFS(ofs_parent) ,key->ofs_parent + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:546:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 546 | printf("%04x number of subkeys = %d\n", D_OFFS(no_subkeys),key->no_subkeys); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:547:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 547 | printf("%04x lf-record offset = 0x%0x\n",D_OFFS(ofs_lf),key->ofs_lf + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:548:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 548 | printf("%04x number of values = %d\n", D_OFFS(no_values),key->no_values); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:549:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 549 | printf("%04x val-list offset = 0x%0x\n",D_OFFS(ofs_vallist),key->ofs_vallist + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:550:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 550 | printf("%04x sk-record offset = 0x%0x\n",D_OFFS(ofs_sk),key->ofs_sk + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:551:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 551 | printf("%04x classname offset = 0x%0x\n",D_OFFS(ofs_classnam),key->ofs_classnam + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:553:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 553 | printf("%04x dummy3 = 0x%0x (%d)\n",D_OFFS(dummy3),key->dummy3,key->dummy3); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:554:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 554 | printf("%04x dummy4 = 0x%0x (%d)\n",D_OFFS(dummy4),key->dummy4,key->dummy4); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:555:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 555 | printf("%04x dummy5 = 0x%0x (%d)\n",D_OFFS(dummy5),key->dummy5,key->dummy5); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:556:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 556 | printf("%04x dummy6 = 0x%0x (%d)\n",D_OFFS(dummy6),key->dummy6,key->dummy6); > | ~~~^ > | | > | unsigned int > | %04lx >chntpw.c: In function 'handle_syskey': >ntreg.c:557:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 557 | printf("%04x dummy7 = 0x%0x (%d)\n",D_OFFS(dummy7),key->dummy7,key->dummy7); > | ~~~^ > | | > | unsigned int > | %04lx >chntpw.c:805:31: warning: iteration 11 invokes undefined behavior [-Waggressive-loop-optimizations] > 805 | ff->syskeyflags1[i] = 0; > | ~~~~~~~~~~~~~~~~~~~~^~~ >chntpw.c:804:23: note: within this loop > 804 | for (i = 0; i < 0x3b; i++) { > | ~~^~~~~~ >ntreg.c:559:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 559 | printf("%04x name length = %d\n", D_OFFS(len_name),key->len_name); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:560:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 560 | printf("%04x classname length = %d\n", D_OFFS(len_classnam),key->len_classnam); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:562:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 562 | printf("%04x Key name: <",D_OFFS(keyname) ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_vk': >ntreg.c:580:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 580 | printf("%04x name length = %d (0x%0x)\n", D_OFFS(len_name), > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:582:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 582 | printf("%04x length of data = %d (0x%0x)\n", D_OFFS(len_data), > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:584:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 584 | printf("%04x data offset = 0x%0x\n",D_OFFS(ofs_data),key->ofs_data + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:585:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 585 | printf("%04x value type = 0x%0x %s\n", D_OFFS(val_type), key->val_type, > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:588:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 588 | printf("%04x flag = 0x%0x\n",D_OFFS(flag),key->flag); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:589:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 589 | printf("%04x *unused?* = 0x%0x\n",D_OFFS(dummy1),key->dummy1); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:591:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 591 | printf("%04x Key name: <",D_OFFS(keyname) ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_sk': >ntreg.c:609:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 609 | printf("%04x *unused?* = %d\n" , D_OFFS(dummy1), key->dummy1 ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:610:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 610 | printf("%04x Offset to prev sk = 0x%0x\n", D_OFFS(ofs_prevsk), key->ofs_prevsk + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:611:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 611 | printf("%04x Offset to next sk = 0x%0x\n", D_OFFS(ofs_nextsk), key->ofs_nextsk + 0x1000); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:612:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 612 | printf("%04x Usage counter = %d (0x%0x)\n", D_OFFS(no_usage), > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:614:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 614 | printf("%04x Security data len = %d (0x%0x)\n", D_OFFS(len_sk), > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_lf': >ntreg.c:633:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 633 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:636:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 636 | printf("%04x %3d Offset: 0x%0x - <%c%c%c%c>\n", > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_lh': >ntreg.c:661:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 661 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:664:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 664 | printf("%04x %3d Offset: 0x%0x - <hash: %08x>\n", > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_li': >ntreg.c:688:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 688 | printf("%04x number of keys = %d\n", D_OFFS(no_keys), key->no_keys ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:691:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 691 | printf("%04x %3d Offset: 0x%0x\n", > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_ri': >ntreg.c:713:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 713 | printf("%04x number of subindices = %d\n", D_OFFS(no_lis), key->no_lis ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:716:16: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 716 | printf("%04x %3d Offset: 0x%0x\n", > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'parse_db': >ntreg.c:735:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 735 | printf("%04x number of parts = %d\n", D_OFFS(no_part), key->no_part ); > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c:737:14: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'long int' [-Wformat=] > 737 | printf("%04x Data list at offset: 0x%0x\n", > | ~~~^ > | | > | unsigned int > | %04lx >ntreg.c: In function 'alloc_val_data': >ntreg.c:2150:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 2150 | datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey; > | ^ >ntreg.c:2150:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 2150 | datablk = vkofs + (int32_t)&(vkkey->ofs_data) - (int32_t)vkkey; > | ^ >ntreg.c: In function 'free_block': >ntreg.c:1232:14: warning: 'prev' may be used uninitialized in this function [-Wmaybe-uninitialized] > 1232 | prevsz = get_int(hdesc->buffer+prev); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >ntreg.c: In function 'trav_path': >ntreg.c:1729:58: warning: 'adjust' may be used uninitialized in this function [-Wmaybe-uninitialized] > 1729 | return(trav_path(hdesc, newnkofs, path+plen+adjust, type)); > | ^ >ntreg.c:1702:43: warning: 'partptr' may be used uninitialized in this function [-Wmaybe-uninitialized] > 1702 | partw = string_prog2regw(part, partptr-part, &partw_len); > | ~~~~~~~^~~~~ >ntreg.c:1654:36: warning: 'plen' may be used uninitialized in this function [-Wmaybe-uninitialized] > 1654 | if ((type & TPF_VK_ABS) || (!path[plen] && (type & TPF_VK) && key->no_values) ) { > | ^ >ntreg.c: In function 'del_key': >ntreg.c:2888:28: warning: 'delnk' may be used uninitialized in this function [-Wmaybe-uninitialized] > 2888 | free_block(hdesc, delnk->ofs_classnam + 0x1000); > | ~~~~~^~~~~~~~~~~~~~ >ntreg.c:2851:70: warning: 'delnkofs' may be used uninitialized in this function [-Wmaybe-uninitialized] > 2851 | delnkofs) delnk = (struct nk_key *)(delnkofs + hdesc->buffer + 0x1004); > | ^ > >ntreg.c: In function 'import_reg': >ntreg.c:3934:18: warning: 'valstr' may be used uninitialized in this function [-Wmaybe-uninitialized] > 3934 | valstr = realloc(valstr, strlen(valstr) + l + 3); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >ntreg.c: In function 'openHive': >ntreg.c:4336:29: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] > 4336 | hdesc->lastbin = pofs - p->ofs_next; /* Compensate for loop that added at end above */ > | ~^~~~~~~~~~ > * ERROR: app-crypt/chntpw-140201::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-crypt/chntpw-140201::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-crypt/chntpw-140201::gentoo'`. > * The complete build log is located at '/var/log/portage/app-crypt:chntpw-140201:20211222-190339.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-crypt/chntpw-140201/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-crypt/chntpw-140201/temp/environment'. > * Working directory: '/var/tmp/portage/app-crypt/chntpw-140201/work/chntpw-140201' > * S: '/var/tmp/portage/app-crypt/chntpw-140201/work/chntpw-140201' >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 829830
:
760115
| 760116 |
760117
|
760118
|
760119
|
760120