• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for computer arch. phrase....

Gibson486

Lifer
that describes whether something is restricted to read only. Basically, if the beginning bit is 1, it has read or write access. if the beginning bit iz zero, it has read only access. I thought it was dirty bit, but that does not seem to be the case......

edit: it's a way to prevent stack smashing....
 
Stack smashing? You don't prevent stack smashing by changing read/write access, you change it by restricting execute access. "Executable / Non-executable bit"?
 
Originally posted by: CTho9305
Stack smashing? You don't prevent stack smashing by changing read/write access, you change it by restricting execute access. "Executable / Non-executable bit"?

that's probably it....but what is it called?
 
Which part? It's often called an "NX bit" for non-executable. OpenBSD does something related that they call "W^X" for "write xor execute". I'm sure there are many marketing-speak terms for it too though.
 
Hmmm.....what does AMD call it? I know that AMD did this when they were claiming that their porcesser had antivirus protection. Is it even the same concept?
 
Back
Top