[Bug 995595] New: Allocators.xml

bugzilla at redhat.com bugzilla at redhat.com
Fri Aug 9 19:41:18 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=995595

            Bug ID: 995595
           Summary: Allocators.xml
           Product: Fedora Documentation
           Version: devel
         Component: defensive-coding-guide
          Assignee: fweimer at redhat.com
          Reporter: Geodebay at gmail.com
        QA Contact: docs-qa at lists.fedoraproject.org
                CC: fweimer at redhat.com, sparks at redhat.com



Description of problem:
In Allocators.xml, line 135 to 138, you write:
"     ....  For instance,
      to allocate an array of <literal>n</literal> elements of type
      <literal>T</literal>, check that the requested size is not
      greater than <literal>n / sizeof(T)</literal>."

It is not rather?
"   ....  For instance,
      to allocate an array of <literal>n</literal> elements of type
      <literal>T</literal>, check that the requested size is not
      smaller than <literal>n * sizeof(T)</literal>."


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the docs-qa mailing list