-
- Downloads
Nettle: Reference the programs being inherited.
Make sure that there's a local symbol in the parent for the programs that we inherit. Otherwise the parent_identifier in the generated inherit may point back to some later override. This happens frequently when inheriting the State class. This fixes infinite recursion in eg Program.all_inherits() when called with several of the Crypto and Nettle classes.
Showing
- src/post_modules/Nettle/aead.H 4 additions, 2 deletionssrc/post_modules/Nettle/aead.H
- src/post_modules/Nettle/aead.cmod 4 additions, 2 deletionssrc/post_modules/Nettle/aead.cmod
- src/post_modules/Nettle/cipher.H 3 additions, 0 deletionssrc/post_modules/Nettle/cipher.H
- src/post_modules/Nettle/cipher.cmod 44 additions, 1 deletionsrc/post_modules/Nettle/cipher.cmod
- src/post_modules/Nettle/hash.H 4 additions, 2 deletionssrc/post_modules/Nettle/hash.H
- src/post_modules/Nettle/hash.cmod 4 additions, 2 deletionssrc/post_modules/Nettle/hash.cmod
- src/post_modules/Nettle/mac.H 4 additions, 2 deletionssrc/post_modules/Nettle/mac.H
- src/post_modules/Nettle/mac.cmod 4 additions, 2 deletionssrc/post_modules/Nettle/mac.cmod
Loading
Please register or sign in to comment