rgrig / barista

fork of Barista, an OCaml library for handling Java bytecode
http://barista.x9c.fr/
GNU Lesser General Public License v3.0
1 stars 0 forks source link

unknown attributes #18

Open rgrig opened 12 years ago

rgrig commented 12 years ago

It is somewhat risky to preserve unknown attributes. They could contain, for example, references inside the constant pool that become wrong. It might be safer (1) to warn when an unknown attribute is decoded, and (2) drop it.