Linux buffer overflow issues on Power-based systems

Written By
Web Webster
Web Webster
Jan 8, 2009

[ Thanks to An Anonymous Reader for
this link. ]

“Let’s start with a quick review of buffer overflows. A
buffer overflow, or buffer overrun, occurs when a process attempts
to store data beyond the boundaries of a fixed-length buffer. The
result is that the extra data overwrites adjacent memory locations.
The overwritten data can include other buffers, variables, program
flow data, etc. Overwriting this data can cause such problems as
erratic program behavior, memory-access exceptions, program
terminations of the crash variety, the wrong returned results, or
the most dangerous thing for systems integrity: a breach of
security.

“Buffer overflows cause many software weaknesses and, therefore,
are the basis of malicious exploits. C/C++ systems are especially
prone to overflows. They provide no built-in protection to stop
accessing or overwriting data in any part of memory, and they don’t
automatically check that data written to a built-in buffer array is
within the boundaries of that array. That’s why you should always
support a system that does bounds checking, either by you or by the
compiler and runtime.”


Complete Story

Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.