Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Delivered
Workspace PL/I Compilers
Created by Guest
Created on Nov 14, 2012

NULLSTRPTR mit NULL() oder mit SYSNULL() - memory leak

Description:
When a structure with a null string ('') is initialized, then all fields
of the structure will be initialized as well.

Sample:
POINTER fields will (with compiler option NULLSTRPTR) be filledwith
NULL() or SYSNULL(). Such assignments cause a memory leak in our system
because the value of POINTER is overwritten.

Suggestion:
It would be nice, when NULLSTRPTR option would get a new parameter like
NULLSTRPTR(INCOMPATIBLE).

When you would use this parameter for the PL/1 compiler, then it should
be forbidden that a null string is assigned to a POINTER.

This function would be compatible with the old MVS PL/1 Compiler.

Please talk to Janos VARGA/SYNTEGRA/HU@SYNTEGRA
International Phone:(+36 1) 7665 116

Idea priority Medium
  • Guest
    Reply
    |
    Sep 14, 2015

    Due to processing by IBM, this request was reassigned to have the following updated attributes:
    Brand - Servers and Systems Software
    Product family - Programming Languages
    Product - PL/I Compilers

    For recording keeping, the previous attributes were:
    Brand - Rational
    Product family - Design & development
    Product - PL/I Compilers

  • Guest
    Reply
    |
    Sep 18, 2013

    This is available with Enterprise PL/I V4R4

  • Guest
    Reply
    |
    Jan 2, 2013

    this is in plan for our next release

  • Guest
    Reply
    |
    Nov 20, 2012

    changed text:

    Error:
    NULLSTRPTR with NULL or with SYSNULL - memory leak

    Description:
    When a structure with a null string ('') is initialized, then all fields
    of the structure will be initialized as well.

    Sample:
    POINTER fields will be filled with NULL() or SYSNULL().
    Such assignments cause a memory leak in our system because the value of POINTER is overwritten.

  • Guest
    Reply
    |
    Nov 14, 2012

    see also PMR - Service request number 53959 010 618

  • Guest
    Reply
    |
    Nov 14, 2012

    Attachment (Description): see code