Changeset cecef0 in git for Singular/ipid.cc


Ignore:
Timestamp:
Nov 9, 2012, 9:42:28 PM (11 years ago)
Author:
Zoltán Kovács <zoltan@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c9050082385152a64066f7540914cae34d990a43
Parents:
f4f1c1ec9b2d7be3be1f0eccd74a710d8ef4a6b3
Message:
Give more information on restricted mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipid.cc

    rf4f1c1e rcecef0  
    153153    //the types with the standard init: set the struct to zero
    154154    case LINK_CMD:
    155       if (feOptValue(FE_OPT_NO_SHELL)) Werror("not allowed");
     155      if (feOptValue(FE_OPT_NO_SHELL)) Werror("link data type is disallowed in restricted mode");
    156156      return (void*) omAlloc0Bin(sip_link_bin);
    157157    case RING_CMD:
Note: See TracChangeset for help on using the changeset viewer.